home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 January / macformat-059.iso / mac / Demos / Martial Arts Demo / media / exit.Dxr / Internal_7.ls < prev    next >
Encoding:
Text File  |  1997-09-30  |  147 b   |  10 lines

  1. on exitFrame
  2.   global gColorDepth
  3.   if the machineType = 256 then
  4.     nothing()
  5.   else
  6.     set the colorDepth to gColorDepth
  7.   end if
  8.   quit()
  9. end
  10.